home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2002 November
/
SGI Freeware 2002 November - Disc 2.iso
/
dist
/
fw_glimpse.idb
/
usr
/
freeware
/
src
/
glimpse-3.0
/
libtemplate
/
include
/
paths.h.in.z
/
paths.h.in
Wrap
Text File
|
1997-09-09
|
346b
|
25 lines
#ifndef _PATHS_H_
#define _PATHS_H_
#ifndef CMD_PERL
#define CMD_PERL "@CMD_PERL@"
#endif
#ifndef CMD_GZIP
#define CMD_GZIP "@CMD_GZIP@"
#endif
#ifndef CMD_GUNZIP
#define CMD_GUNZIP "@CMD_GUNZIP@"
#endif
#ifndef CMD_UNZIP
#define CMD_UNZIP "@CMD_UNZIP@"
#endif
#ifndef CMD_UNCOMPRESS
#define CMD_UNCOMPRESS "@CMD_UNCOMPRESS@"
#endif
#endif